home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / domacnost a kancelar / actual / atwsetup.exe / {app} / en.chm / features / minimize.php < prev    next >
PHP Script  |  2007-04-16  |  1KB  |  34 lines

  1. <?
  2. require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
  3. $APPLICATION->SetTitle("Minimization");
  4. ?>
  5. <h1>Minimization</h1>
  6. <p><i><b>Available in</b>:
  7. <a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
  8. <a href="http://www.actualtools.com/products/index.php#awg">Actual Window Guard</a>,
  9. <a href="http://www.actualtools.com/products/index.php#awm">Actual Window Minimizer</a>.
  10. </i></p>
  11. <p>The <i><b>Minimization</b> trigger</i> allows automatic execution of actions when an opened window begins to
  12. <a href="minimization.php">minimize</a>. This trigger can be initiated by:
  13. </p>
  14. <ul>
  15. <li>clicking the standard (provided by <i>Windows®</i>) <i><b>Minimize</b> title button</i>
  16. </li>
  17. <li>clicking the associated taskbar button for the window while the window is maximized
  18. </li>
  19. <li>the action of some other application (e.g., <span class="company">Actual Tools</span> program itself)
  20. <i>automatically</i> performing the <a href="minimization.php"><i><b>Minimize</b> action</i></a>
  21. </li>
  22. </ul>
  23. <p>The following <a href="actions.php">actions</a> can be triggered upon minimizing a window:
  24. </p>
  25. <ul>
  26. <li><b><a href="../userinterface/minimizing.php#minimize">Minimize Alternatively</a></b>
  27. </li>
  28. <li><b><a href="../userinterface/priority.php#minimize">Change Program Priority</a></b>
  29. </li>
  30. </ul>
  31. <?
  32. require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
  33. ?>
  34.